Skip to main content
This forum is closed to new posts and responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:

HCL Software Customer Support Portal for U.S. Federal Government clients
HCL Software Customer Support Portal

Notes/Domino 6 and 7 Forum

Notes/Domino 6 and 7 Forum


  

PreviousPrevious NextNext


~Rex Kijumivitchynds 24.Nov.03 09:50 PM a Web browser
Domino Web Access 6.0.2 Windows 2000


I am attempting to force a document into edit mode, make changes and then submit it via the Web. The document submits, but none of my changes are saved. I have an edit button. If I first put the document in edit mode by using this button, everything works great. I don't want the user to have to hit two buttons. I tried to put the editdocument command and the beginning of the code, but it does not work. Please advise. Thanks in advance


Approver1:=Approver1;

@Command([EditDocument]);

@SetField("Signature1"; @Name([CN]; @UserName));
@SetField("Status1"; " Approved");
@SetField("DateApproved1"; @Text(@Now));
@SetField("CurrentOwner"; Approver4);
@SetField("HistoryNumber"; HistoryNumber + 1);
@SetField("Status" ; "Routing");

@SetField("History"; History + @NewLine + @Text(HistoryNumber) + ". " + @Name([CN]; @UserName) + " approved Change Review and routed " + Approver4 + " approval on " + @Text(@Now) + ".");

url := "http://sit200.veaddhealth.org:3100/change.nsf/Change/By%20Current%20/" + @Text(@DocumentUniqueID) + "?OpenDocument";

@MailSend(Approver1;"";"";"Change Review from" + " " +@Name([CN]; @UpperCase(@UserName));url;"";"");

@Command([FileSave]);
@Command( [FileCloseWindow] )






Edit Document and WEb (~Rex Kijumivitc... 24.Nov.03)
. . RE: Edit Document and WEb (~Lex Zengerober... 24.Nov.03)
. . . . RE: Edit Document and WEb (~Rex Kijumivitc... 24.Nov.03)
. . RE: Edit Document and WEb (~Keiko Cisfoote... 25.Nov.03)





  Document options
Print this pagePrint this page

 Search this forum

  Forum views and search
Date (threaded)
Date (flat)
With excerpt
Category
Platform
Release
Advanced search

 RSS feedsRSS
All forum posts RSS
All main topics RSS